Writing expressions

An expression is any phrase that Flash can evaluate to a value. Flash has three types of expressions: string expressions, numerical expressions, and comparison expressions. You create an expression by combining operators and values.

Whether the expression's initial value is a string or a number depends on the parameter's default type. For example, the Frame Label parameter in the Go To statement is a string, so an expression that specifies the Frame Label parameter is a string by default.